home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / games1 / fearov.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-03-12  |  802b  |  34 lines

  1. echo off
  2. cls
  3. echo                    This will install disk in drive a: 
  4. echo                       To drive c:\Fear ,If you do not wish to
  5. echo                          do This press Ctrl c now otherwise....
  6. pause
  7. c:\
  8. cd\
  9. cd\
  10. md Fear
  11. cd fear
  12. copy b:*.fov
  13. copy c:\wolf3d *.wl6
  14. del maphead.wl6
  15. del gamemaps.wl6
  16. rename *.fov *.wl6
  17. copy a: catalog.doc
  18. copy a: fear.bat
  19. echo              You can play by going to the subdir Fear
  20. echo                       And entering Fear
  21. echo.
  22. echo.
  23. pause
  24. echo                          Wolfenstein 3d
  25. echo                         Fear of Vengance
  26. echo                                By
  27. echo                        Adam Chapman 92-93
  28. echo.
  29. echo       Wolfenstien 3d are tradmarks of Id software All rights reserved.
  30. echo.
  31. pause
  32. echo off
  33.  
  34.